home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the locH of sprite 18 = -5000 then
- puppetSprite(18, 1)
- set the locH of sprite 18 to 170
- puppetSound("click")
- updateStage()
- else
- set the locH of sprite 18 to -5000
- puppetSound("click")
- updateStage()
- puppetSprite(18, 0)
- end if
- end
-